home *** CD-ROM | disk | FTP | other *** search
/ The Games Room / The Games Room.iso / amiga / mind\quiz_games / the_quiz / install_hd next >
Text File  |  1996-05-02  |  4KB  |  197 lines

  1. ;
  2. ; ********************************************************************
  3. ; **                                                                **
  4. ; **  Script Name : Install_Quiz                                    **
  5. ; **       Author : Andy Gibson                                     **
  6. ; **         Date : 21/8/95                                         **
  7. ; **      Purpose : Installs The Ultimate Quiz Volume 1 on HD using **
  8. ; **                the official CMB installer.                     **
  9. ; **      Updated : Especially for coverdisk purposes during 1995.  **
  10. ; **      Version : 2.1                                             **
  11. ; **                                                                **
  12. ; ********************************************************************
  13. ;
  14. ;Display welcome text (doesn't seem to work under Kickstart 1.3 !)
  15.  
  16. (message
  17. ;PROMT
  18. "\n\n"
  19. "AGAS Inc. presents THE ULTIMATE QUIZ Vol.1 \n\n"
  20. ; #intro-text
  21. "This Installer can be used to copy all the files\n"
  22. "to your Hard Disk.\n"
  23. "\n\n"
  24. "A directory named 'THE_QUIZ' will be created.\n\n"
  25. "Please select HELP (below) for more deatails.\n"
  26.  
  27. (Help
  28. "\n     THE ULTIMATE QUIZ Volume 1 (NEW VERSION)\n"
  29. "\n\n"
  30. "Please refer to the INSTALL.Doc on this disk as it\n"
  31. "contains all the information that you will need to\n"
  32. "know about Installing this game onto your H.D.\n"
  33. "\n"
  34. "\n"
  35. "If in doubt ... contact myself.\n"
  36. "\n"
  37. "ANDY GIBSON (my address is in the doc files.)"
  38.  )
  39.  )
  40.  
  41.  
  42. (welcome)
  43.  
  44. (complete 0)
  45.  
  46.  
  47. (set TQ_dest
  48.    (askdir
  49.    (prompt "In which partition or drawer do you want\n "
  50.            "the game and its files to be installed into ?")
  51.      (help "This installation will create a drawer named\n"
  52.            "The_Quiz in your choice of directory.\n"
  53.            "All of the files needed to run The Game\n"
  54.            "will be placed inside that directory. \n\n"
  55. )
  56.     (default @default-dest)
  57. )
  58. )
  59.  
  60.  
  61. ; get the program disk
  62. (askdisk
  63.       (prompt "Please insert the disk labeled \"The_Quiz\"" )
  64.       (help "All files will be copied from that disk "
  65.                   "on to your system." )
  66.       (dest "The_Quiz" )
  67. )
  68.  
  69.  
  70. ; Make dest directory with icon
  71. (makedir (tackon TQ_dest "The_Quiz") (infos))
  72. (complete 10)
  73.  
  74.  
  75. ; now, we want everything to be copied into this sub-dir
  76. (set TQ_dest (tackon TQ_dest "The_Quiz"))
  77. (set @default-dest TQ_dest)
  78.  
  79.  
  80. ;copy the files over now ...
  81. ;**********
  82. (copyfiles
  83.      (source "The_Quiz:Quiz"
  84. (Optional "force") 
  85.     (dest TQ_dest) (infos)
  86. )
  87. )
  88. (complete 35)
  89.  
  90. ;**********
  91. (copyfiles
  92. (source "The_Quiz:Quiz0.Data"
  93. (Optional "force")
  94. (Dest TQ_Dest) (Infos)
  95. )
  96. )
  97. (Complete 45)
  98.  
  99.  
  100. ;**********
  101. (copyfiles
  102. (source "The_Quiz:Quiz1.Data"
  103. (Optional "force")
  104. (Dest TQ_Dest) (Infos)
  105. )
  106. )
  107. (Complete 50)
  108.  
  109. ;**********
  110. (copyfiles
  111. (source "The_Quiz:Quiz2.Data"
  112. (Optional "force")
  113. (Dest TQ_Dest) (Infos)
  114. )
  115. )
  116. (Complete 55)
  117.  
  118. ;**********
  119. (copyfiles
  120. (source "The_Quiz:Quiz3.Data"
  121. (Optional "force")
  122. (Dest TQ_Dest) (Infos)
  123. )
  124. )
  125. (Complete 60)
  126.  
  127. ;**********
  128. (copyfiles
  129. (source "The_Quiz:Quiz4.Data"
  130. (Optional "force")
  131. (Dest TQ_Dest) (Infos)
  132. )
  133. )
  134. (Complete 65)
  135.  
  136. ;**********
  137. (copyfiles
  138. (source "The_Quiz:Quiz5.Data"
  139. (Optional "force")
  140. (Dest TQ_Dest) (Infos)
  141. )
  142. )
  143. (Complete 70)
  144.  
  145. ;**********
  146. (copyfiles
  147. (source "The_Quiz:Quiz6.Data"
  148. (Optional "force")
  149. (Dest TQ_Dest) (Infos)
  150. )
  151. )
  152. (Complete 75)
  153.  
  154. ;**********
  155. (copyfiles
  156. (source "The_Quiz:Quiz7.Data"
  157. (Optional "force")
  158. (Dest TQ_Dest) (Infos)
  159. )
  160. )
  161. (Complete 80)
  162.  
  163. ;**********
  164. (copyfiles
  165. (source "The_Quiz:Quiz8.Data"
  166. (Optional "force")
  167. (Dest TQ_Dest) (Infos)
  168. )
  169. )
  170. (Complete 85)
  171.  
  172. ;**********
  173. (copyfiles
  174. (source "The_Quiz:Quiz9.Data"
  175. (Optional "force")
  176. (Dest TQ_Dest) (Infos)
  177. )
  178. )
  179. (Complete 90)
  180.  
  181. ;**********
  182. (copyfiles
  183. (source "The_Quiz:Quiz10.Data"
  184. (Optional "force")
  185. (Dest TQ_Dest) (Infos)
  186. )
  187. )
  188. (Complete 100)
  189.  
  190. (exit "Have Fun - Enjoy The Game."
  191. "\n\n"
  192. "PLEASE DO NOT SPREAD IT AROUND\n\n"
  193. "Any comments or suggestions are always\n"
  194. "welcome. Contact myself at anytime.\n\n"
  195. "ANDY GIBSON                     ;-)"
  196. )
  197.